projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c5aa5b
)
(temacs): Include ${ALL_LDFLAGS} within the call to YMF_PASS_LDFLAGS.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 11 Apr 1994 22:40:54 +0000
(22:40 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 11 Apr 1994 22:40:54 +0000
(22:40 +0000)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index 4ed92ac9bbee8235c7611fcc9320010fbd0fe803..65a547c384d8b0740db5dade06889e8e53bc79f1 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-586,7
+586,7
@@
${libsrc}make-docfile:
#endif
temacs: MAKE_PARALLEL $(LOCALCPP) $(SHORT) $(STARTFILES) $(OLDXMENU) ${obj} ${otherobj} OBJECTS_SYSTEM OBJECTS_MACHINE prefix-args
- $(LD) YMF_PASS_LDFLAGS (${STARTFLAGS}
) ${ALL_LDFLAGS}
\
+ $(LD) YMF_PASS_LDFLAGS (${STARTFLAGS}
${ALL_LDFLAGS})
\
-o temacs ${STARTFILES} ${obj} ${otherobj} \
OBJECTS_SYSTEM OBJECTS_MACHINE ${LIBES}